net/http.http2writeQueue.push (method)

7 uses

	net/http (current package)
		h2_bundle.go#L11553: func (q *http2writeQueue) push(wr http2FrameWriteRequest) {
		h2_bundle.go#L12005: 	n.q.push(wr)
		h2_bundle.go#L12097: 		ws.zero.push(wr)
		h2_bundle.go#L12106: 	q.push(wr)
		h2_bundle.go#L12197: 		ws.control.push(wr)
		h2_bundle.go#L12208: 		ws.control.push(wr)
		h2_bundle.go#L12211: 	q.push(wr)